.header-links {
    color: white;
}
#module-modal {
    display: none;
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.4);
}
#module-modal-content {
    position: relative;
    height: auto;
    overflow: hidden;
    min-height: 200px;
    background-color: #fefefe;
    margin: 20% auto;
    padding: 0 20px 20px 20px;
    border: 1px solid red;
    border-top: 10px solid red;
    width: 50%;
    max-width: 400px;
}
#module-close {
    color: red;
    float: right;
    margin-top: -10px;
    margin-right: -10px;
    padding: 5px;
    font-size: 36px;
    font-weight: bold;
}
#module-close:hover,
#module-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#aesRequired-modal {
    display: none;
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.4);
}
#aesRequired-modal-content {
    position: relative;
    height: auto;
    overflow: hidden;
    min-height: 200px;
    background-color: #fefefe;
    margin: 20% auto;
    padding: 0 20px 20px 20px;
    border: 1px solid green;
    border-top: 10px solid green;
    width: 80%;
    max-width: 800px;
}
#eeiTerms-modal {
    display: none;
    position: fixed;
    z-index: 300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,0.4);
}
#eeiTerms-modal-content {
    position: relative;
    height: auto;
    overflow: hidden;
    min-height: 200px;
    background-color: #fefefe;
    margin: 20% auto;
    padding: 0 20px 20px 20px;
    border: 1px solid green;
    border-top: 10px solid green;
    width: 80%;
    max-width: 800px;
}